DoDragDrop(Object,DragDropEffects,Bitmap,Point,Boolean) Method
In This Topic
Syntax
'Declaration
Public Overloads Function DoDragDrop( _
ByVal As System.Object, _
ByVal As System.Windows.Forms.DragDropEffects, _
ByVal As System.Drawing.Bitmap, _
ByVal As System.Drawing.Point, _
ByVal As System.Boolean _
) As System.Windows.Forms.DragDropEffects
public System.Windows.Forms.DragDropEffects DoDragDrop(
System.object ,
System.Windows.Forms.DragDropEffects ,
System.Drawing.Bitmap? ,
System.Drawing.Point ,
System.bool
)
Parameters
- data
- allowedEffects
- dragImage
- cursorOffset
- useDefaultDragImage
See Also